home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 088 / setupwc.arc / AUTOEXEC.BAT < prev    next >
Encoding:
DOS Batch File  |  1987-12-23  |  690 b   |  27 lines

  1. ECHO OFF
  2. REM Tell DOS to display subdirectories on prompt line
  3. PROMPT $P$G
  4. REM Set the path for commands and utilities
  5. PATH C:\DOS;C:\DOS\UTIL
  6. REM Force system into TURBO (8 Mhz) Mode
  7. FAST
  8. REM Force verification of all disk writes
  9. VERIFY ON
  10. REM Turn on the Monographic mode
  11. MODE MONO
  12. REM Initialize the COMM port
  13. MODE COM1: 12,N,8,1
  14. REM SET commands for PROCOMM and TELIX
  15. SET PROCOMM=C:\PROCOMM\
  16. SET TELIX=C:\TELIX\
  17. REM Get battery backed-up DATE and TIME
  18. TIMER/S
  19. REM Allow Ctrl-C and Ctrl-[BREAK] (for now)
  20. BRK ON
  21. REM Pause for 3 seconds before continuing in case ^C desired
  22. WAITN 3
  23. REM Go to the WILDCAT! subdirectory
  24. CD\WILDCAT
  25. REM Execute the program
  26. CAT.BAT
  27.